Skip to content

A Laravel 10 based user management application. Built with Laravel, Splade and TailwindCSS

License

Notifications You must be signed in to change notification settings

jason-napolitano/laravel-user-manager

Repository files navigation

Laravel User Manager

Installation

  1. Clone the repository and cd into it

    $ cd /path/to/project
  2. Install the dependencies

    $ npm install
    $ composer install
  3. Copy the .env.example file as .env

  4. Generate the application key

    $ php artisan key:generate
  5. Configure the database credentials in the .env file

  6. Perform the migrations

    $ php artisan migrate --seed
  7. Create the symbolic link for storagte

    $ php artisan storage:link

Credentials

Email: admin@example.com
Password: password
Email: manager@example.com
Password: password

About

A Laravel 10 based user management application. Built with Laravel, Splade and TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published