Booking application developed on Laravel platform

Source: https://github.com/juanmvega/my-booking
Tutorial: Laravel Tutorial

  1. Clone the app

    Check the files in /laravel/my-booking/ directory!
  2. Go to the the directory and use composer to install the dependencies

    ‘Vendor’ directory is already exist! so the dependencies are already downloaded!
  3. Create a new database ‘demo_data’ via phpmyadmin
  4. Create a new table ‘demo_data’
  5. Edit .env file to add the database setting
    SORRY, ONLY ADMIN CAN SHOW THIS!
  6.  Modify the files permission in /storage/ and /bootstrap/ directories
  7. Test the app in http://localhost/works/laravel/my-booking/public/rooms
    WORKS!!!my-booking-front
  8. Something still not correct. in /resources/views/layout/layout.blade.php, I still have to add jQuery library because bootstrap need jQuery!

    Also I have to change many links on many blade files (index.blade.php, create.blade.php, show.blade.php, edit.blade.php) that those not correct. Change from ‘/laravel/’ to ‘/works/laravel/my-booking/’. Also change from ‘http://tutorials.juanmvega.com/laravel/’ to ‘/works/laravel/my-booking/’.

Leave a Reply

Your email address will not be published. Required fields are marked *