developed.be
Varnish Archives - developed.be
http://developed.be/software/linuxubuntu/varnish
Developed.be, my IT-blog. Laravel and Varnish: admin interface with cookies and public pages without cookies. March 4th, 2014. If you want Laravel to show cached content from Varnish on public pages (so without a cookie), but still want to use a cookie on admin pages, and switch between them, config the following:. Put every admin page on a subdomain: admin.mysite.com. Set cookieless session for public pages. Set ‘cookie’ to a decent name. Leave everything else default. Right after this line. On your pub...
developed.be
Lavarel Archives - developed.be
http://developed.be/languages/frameworks/lavarel
Developed.be, my IT-blog. Laravel Route Pattern For Whole Word. September 18th, 2015. Use the underneath snippet if you want to match an entire word in a route pattern for Laravel. Laravel form array validation, array size, required if. March 5th, 2015. I have a form where people can enter 3 iban and bic numbers (these are EU bankaccounts). That makes 3 pairs of textboxes:. 8230; and other form elements …. My desired form validation rules:. Maximum 3 couples of iban and bic can be submitted. To check for...
developed.be
Being a webdev Archives - developed.be
http://developed.be/being-a-webdev
Developed.be, my IT-blog. Trends in Open Source. February 15th, 2014. These are some wild thoughts about Open Source, what it is, and what is should be. Open source is the new demo. Companies used to make private software, but now they tend to create more open source. Though the open source product is only maintained by the company and is used as a step-up to the paying version. Open source is company karma. Companies get popular by releasing. I hear you thinking, if private companies want to contribute ...
developed.be
What does 'composer dump-autoload' do in Laravel? - developed.be
http://developed.be/2014/08/29/composer-dump-autoload-laravel
Developed.be, my IT-blog. What does ‘composer dump-autoload’ do in Laravel? What does ‘composer dump-autoload’ do in Laravel? August 29th, 2014. Composer is a major part of the Laravel MVC Framework, but it also exists without Laravel. In fact you could use it in any project. This article digs into the different files that are used by composer. It’s important to understand what these files are and what these files do. In Laravel, composer.json includes all controllers, models, commands, migrations, s...
developed.be
Laravel form array validation, array_size, required_if - developed.be
http://developed.be/2015/03/05/laravel-form-array-validation-array_size-required_if
Developed.be, my IT-blog. Laravel form array validation, array size, required if. Laravel form array validation, array size, required if. March 5th, 2015. I spent a crazy amount of time on figuring out how to validate form arrays in Laravel. There is some official documentation, but like most official documentation of Laravel, it only covers the bare minimum of what you need to know. This is an advanced article on how to validate form arrays in Laravel. 8230; and other form elements …. I’ll walk yo...
developed.be
Developed.be (Uitgewerkt) Archives - developed.be
http://developed.be/uitgewerkt
Developed.be, my IT-blog. PHPStorm remove browsers icon toolbar. January 22nd, 2016. If you use the debugger in PHPStorm, there will be browser icons in the top right corner of the code editor. I found these distracting and unnecessary. Go to menu File Settings Tools Web Browsers. Uncheck “Show browser popup in the editor”. Click “Ok”. How archives get lost. September 24th, 2014. To sum things up:. The counter argument is that “everything can be found on the internet”. Software updates happen constantly;...
developed.be
linux/ubuntu Archives - developed.be
http://developed.be/software/linuxubuntu
Developed.be, my IT-blog. Laravel and Varnish: admin interface with cookies and public pages without cookies. March 4th, 2014. If you want Laravel to show cached content from Varnish on public pages (so without a cookie), but still want to use a cookie on admin pages, and switch between them, config the following:. Put every admin page on a subdomain: admin.mysite.com. Set cookieless session for public pages. Set ‘cookie’ to a decent name. Leave everything else default. Right after this line. On your pub...
developed.be
Laravel: passing data with Mail:queue() to a view - developed.be
http://developed.be/2014/05/07/laravel-passing-data-mailqueue-view
Developed.be, my IT-blog. Laravel: passing data with Mail:queue() to a view. Laravel: passing data with Mail:queue() to a view. May 7th, 2014. Mail:send() and Mail:queue() don’t work the same when it comes to passing $data to a view. At least not when you’re passing an eloquent object (or a “model” object). This will pass $data to the view so you can access $myObject in the view. But when you change Mail: send. Wow thank you so much. I was really scratching my head. By the way, is it a Laravel Bug? Larav...
developed.be
Open Source Archives - developed.be
http://developed.be/open-source
Developed.be, my IT-blog. Trends in Open Source. February 15th, 2014. These are some wild thoughts about Open Source, what it is, and what is should be. Open source is the new demo. Companies used to make private software, but now they tend to create more open source. Though the open source product is only maintained by the company and is used as a step-up to the paying version. Open source is company karma. Companies get popular by releasing. I hear you thinking, if private companies want to contribute ...
developed.be
Drupal Archives - developed.be
http://developed.be/cms/drupal
Developed.be, my IT-blog. Trends in Open Source. February 15th, 2014. These are some wild thoughts about Open Source, what it is, and what is should be. Open source is the new demo. Companies used to make private software, but now they tend to create more open source. Though the open source product is only maintained by the company and is used as a step-up to the paying version. Open source is company karma. Companies get popular by releasing. I hear you thinking, if private companies want to contribute ...