laravel-leaflet-example
Laravel Leaflet JS project example.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- Kernel.php
- Handler.php
- OutletController.php
- ForgotPasswordController.php
- LoginController.php
- RegisterController.php
- ResetPasswordController.php
- VerificationController.php
- Controller.php
- HomeController.php
- OutletController.php
- OutletMapController.php
- Authenticate.php
- CheckForMaintenanceMode.php
- EncryptCookies.php
- RedirectIfAuthenticated.php
- TrimStrings.php
- TrustProxies.php
- VerifyCsrfToken.php
- Outlet.php
- OutletCollection.php
- Kernel.php
- OutletPolicy.php
- AppServiceProvider.php
- AuthServiceProvider.php
- BroadcastServiceProvider.php
- EventServiceProvider.php
- RouteServiceProvider.php
- Outlet.php
- User.php
- .gitignore
- app.php
- app.php
- auth.php
- broadcasting.php
- cache.php
- database.php
- filesystems.php
- hashing.php
- leaflet.php
- logging.php
- mail.php
- queue.php
- services.php
- session.php
- view.php
- OutletFactory.php
- UserFactory.php
- 2014_10_12_000000_create_users_table.php
- 2014_10_12_100000_create_password_resets_table.php
- 2018_12_10_125521_create_outlets_table.php
- DatabaseSeeder.php
- .gitignore
- app.css
- app.js
- leaflet-map-01.jpg
- 403.svg
- 404.svg
- 500.svg
- 503.svg
- .htaccess
- favicon.ico
- index.php
- robots.txt
- web.config
- ExampleComponent.vue
- app.js
- bootstrap.js
- app.php
- auth.php
- menu.php
- outlet.php
- pagination.php
- passwords.php
- validation.php
- _variables.scss
- app.scss
- email.blade.php
- reset.blade.php
- login.blade.php
- register.blade.php
- verify.blade.php
- footer.blade.php
- app.blade.php
- create.blade.php
- edit.blade.php
- index.blade.php
- map.blade.php
- show.blade.php
- home.blade.php
- api.php
- channels.php
- console.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- OutletListingTest.php
- ManageOutletTest.php
- OutletTest.php
- OutletPolicyTest.php
- BrowserKitTest.php
- CreatesApplication.php
- TestCase.php
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- artisan
- composer.json
- composer.lock
- LICENSE
- package.json
- phpunit.xml
- README.md
- server.php
- webpack.mix.js
# Installation Guide
1. Get the code
git clone https://github.com/nafiesl/laravel-leaflet-example
Downloads the entire project code from GitHub to your computer.
cd laravel-leaflet-example
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
