Skip to content

This application is developed using laravel framwork with PHP. It is used to perform CRUD operations on various elements of my portfolio site and also exposes an API to fetch updated data.

Notifications You must be signed in to change notification settings

Hitesh297/laravel-admin-CMS

Repository files navigation

Steps to run

  1. Create .env file and update DB details (make sure you have mysql server running on your system). You can use tools like MAMP or XAMP to create mysql server.
  2. Run below command to install required packages
composer install
  1. Run below command to create tables and seed data
php artisan migrate:refresh --seed
  1. Run below command to start the server
php artisan serve

Hosting

Live site at https://hiteshpateladmin.herokuapp.com/

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

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

About

This application is developed using laravel framwork with PHP. It is used to perform CRUD operations on various elements of my portfolio site and also exposes an API to fetch updated data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •