Skip to content

Basic library management system developed using PHP, Laravel, and MySQL.

License

Notifications You must be signed in to change notification settings

Mohammed4mach/library-management-system-laravel

Repository files navigation

Bookopia

Build and Run

To build the application you should install composer and node packages:

composer install
npm install

After that, you should run the servers to use the application:

npm run dev

and in another terminal:

php artisan serv

Troubleshoot

If an error appear saying that there is no method called is_admin(), run the following line:

composer dump-autoload

About

Basic library management system developed using PHP, Laravel, and MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published