Download the PHP package marceloxp/laravel without Composer
On this page you can find all versions of the php package marceloxp/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel
Laravel Boilerplate
Basic site boilerplate start. Version 0.4.4
Install
Clear compose cache (if needs)
Install Site Package
File .env
configuration
Configure .env database config and run migration
Configure cron job
Framework
- Laravel 7.x: https://laravel.com/
Server Requirements
- PHP >= 7.2.5
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Dev URL
Updates
summernote
composer.json
AppServiceProvider.php
Plugins
Plugin | Address |
---|---|
shridharkaushik29/laravel-hooks | https://github.com/shridharkaushik29/laravel-hooks |
digitalnature/php-ref | https://github.com/digitalnature/php-ref |
barryvdh/laravel-debugbar | https://github.com/barryvdh/laravel-debugbar |
marceloxp/laravel_commands | https://github.com/marceloxp/laravel_commands |
webreinvent/laravel-nestable | https://github.com/atayahmet/laravel-nestable |
ezyang/htmlpurifier | https://github.com/ezyang/htmlpurifier |
laravelcollective/html | https://github.com/LaravelCollective/html |
summernote/summernote | https://github.com/summernote/summernote |
technoknol/log-my-queries | https://github.com/technoknol/LogMyQueries |
Libraries
Local | Library | Site | Description |
---|---|---|---|
Global | cjsbaseclass.js | https://www.npmjs.com/package/cjsbaseclass | Base JS class |
Admin | prism.js | http://prismjs.com/ | Syntax highlighter |
Admin | sweetalert.js | https://sweetalert.js.org/ | A beautiful replacement for messages |
Admin | RowSorter.js | https://github.com/arteyazilim/rowsorter/ | Drag & drop table row sorter pluging with touch support for Vanilla JS and jQuery |
Admin Template
AdminLTE: https://adminlte.io/themes/AdminLTE/
Custom Classes
Datasite \App\Http\Utilities\Datasite
Cached \App\Http\Utilities\Cached
MetaSocial \App\Http\Utilities\MetaSocial
HttpCurl \App\Http\Utilities\HttpCurl
Cep \App\Http\Utilities\Cep
Result \App\Http\Utilities\Result
RouteLang \App\Http\Utilities\RouteLang
Used in
/routes/multilanguague.php
Predefined API routes
{{url}}/api/brasil/states
{{url}}/api/brasil/cities/rj
Hooks
Hook | Location | Description |
---|---|---|
admin_index_searchfields{table_name} | Index | Fields in search Combobox |
admin_index_sortfields{table_name} | Index | Fields in sort Combobox |
adminindex{tablename}{field_name} | Index | Before print field on index table |
admin_index_titlealign{tablename}{field_name} | Index | Define grid title alignment |
admin_index_fieldalign{tablename}{field_name} | Index | Define grid field record alignment |
adminshow{tablename}{field_name} | Show | Before print field on show register |
adminedit{tablename}{field_name} | Add/Edit | Before print field on add/edit register |
master_model_fieldtype{tablename}{field_name} | Master Model | Before get field type register |
Helpers
admin
Bootstrap
Money
DB
vasset
javascript and css
app_version
cached_headers
developer
Execute
dump
anddie
.
lang
Prints variable in current language, defaults to parameter.
string
Custom configs
Config | Description |
---|---|
admin.php | Menu |
brasil.php | Estados |
cep.php | Faixas de CEP por estado |
colors.php | Bootstrap colors |
metasocial.php | Headers metatags |
social.php | Facebook, Twitter, etc |
hook.php | On/Off Print Admin hooks |
codetrait.php | Length of model uniq code |
tables.php | Custom configs on admin tables |
payment.php | Payments Type |
Automatic Assets
Javascripts and Stylesheets with same route name.
URL | Javascript | CSS |
---|---|---|
http://site.com.br/faleconosco | /js/faleconosco.js | /css/faleconosco.css |
http://site.com.br/sobre/empresa | /js/sobre_empresa.js | /css/sobre_empresa.css |
Language (pt-br)
- See:
\resources\lang\pt-br\
files.
Site pages structure
- Layout:
\resources\views\layouts
- Pages:
\resources\views\site
Logs Folder
\storage\logs
Custom Buttons on Admin Index
On Controller Admin => function index, add:
Route: http://www.host.com.br/admin/ajax/{table}/{button_id} Controller: AjaxController Action: Camel Case of table and button_id. Example AjaxController->onUsersBtnSendMail
All versions of laravel with dependencies
digitalnature/php-ref Version ^1.3
doctrine/dbal Version ^2.9
ezyang/htmlpurifier Version ^4.10
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ~6.3
jenssegers/agent Version ^2.6
laravel/framework Version ^7.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.0
laravelcollective/html Version ^6.1
pagarme/pagarme-php Version ^4.1
shridharkaushik29/laravel-hooks Version ^1.0
summernote/summernote Version ^0.8.8
technoknol/log-my-queries Version ^1.0
webreinvent/laravel-nestable Version dev-master