Skip to content

This branch just for example how to make simple authentication and CRUD with laravel

Notifications You must be signed in to change notification settings

frediansimanjuntak/bookstore-example

Repository files navigation

Bookstore-example

This branch just for example how to make simple authentication and CRUD with laravel

Setup Device

To run laravel you need to set up it first.

Getting Started

Clone this repositories

git clone https://github.com/frediansimanjuntak/bookstore-example.git

Create your Database on phpmyadmin

localhost/phpmyadmin

Run migration to create the table of Database

php artisan migrate

Start the server

php artisan serve

And now you can access the project with

localhost:8000

Others

To setup the authentication with laravel 6, run this command, follow this link (https://laravel-news.com/running-make-auth-in-laravel-6):

composer require laravel/ui
php artisan ui:auth
npm install && npm run dev

Example CRUD, you can see this link (https://www.itsolutionstuff.com/post/laravel-6-crud-application-tutorialexample.html)

About

This branch just for example how to make simple authentication and CRUD with laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published