Skip to content

Sanjivchy/tourism-nepal-laravel

Repository files navigation

tourism-webApp using laravel

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

for contribution

-first fork the repo
-then clone repo using pull request
-then create your own branch 
-now you are good to go

incase of error

use this command
    - composer dump-autoload
     -composer install

for storing image you may face error so follow this steps:

-copy and paste FILESYSTEM_DRIVER=public in .env if not added
-makesure in filesystem.php it has  'default' => env('FILESYSTEM_DRIVER', 'public'),
-run this command: Php artisan storage:link 

toastr notification

do follow this link :<a href="https://www.nicesnippets.com/blog/laravel-6-toastr-notifications-using-yoeunestoastr-package">toastr notification</a>
step:
   - composer require yoeunes/toastr
   -in config/App.php file add 
   'providers' => [
...
````
Yoeunes\Toastr\ToastrServiceProvider::class
...

];

New package trix is added so this might cause error so follow this steps

• composer require te7a-houdini/laravel-trix
• php artisan vendor:publish --provider="Te7aHoudini\LaravelTrix\LaravelTrixServiceProvider"
• php artisan migrate


From <https://laravel-news.com/trix-editor-for-laravel> 

<html> <head> @trixassets </head> 
<body> <form method="POST" action="route('article.store')">
 @csrf
 @trix(\App\Article::class, 'content')
 <input type="submit"> </form> </body> </html>

for detail about Trix-laravel follow this link

trix docs

for font awesome easy setup go to this link Font awesome setup link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages