Skip to content

Base Laravel project with React and Laravel Sanctum authentication

Notifications You must be signed in to change notification settings

tthdvd/laravel-react-auth

Repository files navigation

About this project

This is a base Laravel project with ReactJS frontend and Laravel Sanctum API authentication. You could read more about here.

Installation

After you boot up this project according the official documentation you should install the dependencies:

composer install

npm install

And build the project:

npm run dev

Docker - Sail up!

You could run this project usin Docker - Sail. Here is the official sail documentation for more info.

Run the following command to install dependencies:

docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/opt \
-w /opt \
laravelsail/php80-composer:latest \
composer install --ignore-platform-reqs

After succesful installation you could run: ./vendor/bin/sail up

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Base Laravel project with React and Laravel Sanctum authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages