A simple cms with crud in laravel and angular js using token-based authentication
- Create a database (eg in phpmyadmin)
- Import the cms_laravel.sql in your new database, which is located in database/assets/
- Change the configuration (DB name, username, password) according to your settings in .env file (hidden file) and config/database.php file
- Use the following credentials to login : [email protected] / 123456 or [email protected] / 654321
- Go to localhost/cms/public